home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00005_Volume.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  162 b   |  10 lines

  1. on mouseUp
  2.   if the soundLevel < 7 then
  3.     set the soundLevel to the soundLevel + 1
  4.   else
  5.     set the soundLevel to 1
  6.   end if
  7.   go("Bark")
  8.   updateStage()
  9. end
  10.